home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / freedb.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  44 lines

  1. <search function="freedb">
  2.   <name>freedb.org</name>
  3.   <description>
  4.     Free service for finding artists or CDs.<br/>
  5.     <div class="helpboxDescLabels">Examples:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>freedb paul mccartney</td></tr>
  8.           <tr><td>freedb u2</td></tr>
  9.           <tr><td>freedb abbey road</td></tr>
  10.       </table>
  11.   </description>
  12.   <category>Entertainment</category>
  13.   <link>http://www.freedb.org/</link>
  14.   <contributor>mbingama at students.depaul dot edu</contributor>
  15.   
  16.   <form name="freedbf" action="http://www.freedb.org/freedb_search.php" method="get">
  17.     <input type="hidden" name="words" />
  18.     <input type="hidden" name="allfields" value="NO" />
  19.     <input type="hidden" name="fields" value="artist" />
  20.     <input type="hidden" name="fields" value="title" />
  21.     <input type="hidden" name="allcats" value="YES" />
  22.     <input type="hidden" name="grouping" value="none" />
  23.   </form>
  24.  
  25.   <script><![CDATA[
  26.     function freedb(q)
  27.     {
  28.       if( nullArgs("freedb", q) )
  29.         return false;
  30.       else
  31.       {
  32.         document.freedbf.words.value = q;
  33.         submitForm( freedbf );
  34.       }
  35.     }
  36.   ]]></script>
  37.  
  38.   <copyright>
  39.     Copyright (c) 2002 David Bau
  40.     Distributed under the terms of the
  41.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  42.   </copyright>
  43. </search>
  44.